Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bind): allow serialization of Some(_) and None values (as the inner value and NULL respectively) #120

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

v3xro
Copy link
Contributor

@v3xro v3xro commented Jul 30, 2024

Fixes #119

src/sql/mod.rs Show resolved Hide resolved
src/sql/ser.rs Outdated Show resolved Hide resolved
@v3xro v3xro requested a review from loyd August 5, 2024 19:36
@loyd loyd merged commit 47e49b4 into ClickHouse:master Aug 7, 2024
6 checks passed
@loyd
Copy link
Collaborator

loyd commented Aug 7, 2024

Merged. Thanks for your contribution!

loyd added a commit that referenced this pull request Aug 7, 2024
@v3xro v3xro deleted the fix/bind-optional branch September 6, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to serialize Option<_> bind
3 participants